ConsoleProfileFinishedEvent

data class ConsoleProfileFinishedEvent(id: String, location: Location, profile: Profile, title: String?) : Event

Constructors

ConsoleProfileFinishedEvent
Link copied to clipboard
fun ConsoleProfileFinishedEvent(id: String, location: Location, profile: Profile, title: String? = null)

Functions

domain
Link copied to clipboard
open override fun domain(): String
Returns domain name for which event was generated.
eventName
Link copied to clipboard
open override fun eventName(): String
Returns event name as described in protocol.

Properties

id
Link copied to clipboard
val id: String
location
Link copied to clipboard
val location: Location
Location of console.profileEnd().
profile
Link copied to clipboard
val profile: Profile
title
Link copied to clipboard
val title: String? = null
Profile title passed as an argument to console.profile().

Sources

jvm source
Link copied to clipboard